home *** CD-ROM | disk | FTP | other *** search
-
-
- NAME
- PathPart
-
- SYNOPSIS
- PathPart - extract a filename's pathpart - Requires v37
-
- INPUTS
- FILE/A
-
- FUNCTION
- Pathpart gets a filename and extracts its
- AmigaDOS path-part.
-
- The resulting string is sent to STDOUT.
-
- RESULT
- a filename's pathpart
-
- NOTES
- CLI - only
-
- should compile with SAS-C
-
- BUGS
- none known yet
-
- SEE ALSO
- dos.library/PathPart
-
- EXAMPLES
- >PathPart a:a/a
- "a:a"
-
- >PathPart a:a
- "a:"
-
- >PathPart a
- ""
-
- AUTHOR
- Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
- noll@student.uni-kl.de
-
-
-
-